gtkdnd: Fix deprecation compile warnings
authorCarlos Garnacho <carlosg@gnome.org>
Thu, 28 Jan 2016 10:58:15 +0000 (11:58 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Thu, 28 Jan 2016 11:50:49 +0000 (12:50 +0100)
commit0125aa0a414a73d781bab7f531a534b774857eac
treeb944be66882941ddee69411118e5f07c2d7a718c
parent27263f2387b414707d33862335b7e35b0cf722c3
gtkdnd: Fix deprecation compile warnings

Grabbing must stay a bit longer until all other backends than x11/wayland
catch up with GDK DnD, so ignore deprecation flags are used on those. The
uses of GdkDeviceManager can be entirely avoided though.
gtk/gtkdnd.c